home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / wild / include / clib / vektorial_protos.h < prev    next >
C/C++ Source or Header  |  1999-05-25  |  279b  |  10 lines

  1. #ifndef    CLIB_VEKTORIAL_H
  2. #define    CLIB_VEKTORIAL_H
  3.  
  4. #include    <wild/tdcore.h>
  5.  
  6. void    VekLookingAt(struct Vek *origin,struct Vek *lookat);
  7. void    CamLookingAt(struct Ref *camera,struct Vek *lookat,ULONG mode);
  8. void    RotateDD(struct Vek *pnt,ULONG angle,ULONG offsX,ULONG offsY);
  9.  
  10. #endif